Draft
Conversation
Member
|
Very nice PR @mikeminutillo. But please don't forget to add more configuration data as part of the report, so we can make better decisions in the future:
This data needs to be added to the |
822a49a to
2709ff3
Compare
PhilBastian
approved these changes
Jan 29, 2026
Contributor
PhilBastian
left a comment
There was a problem hiding this comment.
I'm amazed at how many places need to change to get one extra boolean setting in 😓
| if (!instance.AppConfig.AppSettingExists(ServiceControlSettings.EnableEmbeddedServicePulse.Name)) | ||
| { | ||
| var result = await windowManager.ShowYesNoCancelDialog("INPUT REQUIRED - EMBEDDED SERVICEPULSE", | ||
| "ServiceControl can host an embedded version of ServicePulse which allows you to monitor your ServiceControl instance without needing to install ServicePulse separately.", |
Contributor
There was a problem hiding this comment.
Suggested change
| "ServiceControl can host an embedded version of ServicePulse which allows you to monitor your ServiceControl instance without needing to install ServicePulse separately.", | |
| "ServiceControl can host an embedded version of ServicePulse, which allows you to monitor your ServiceControl instance without needing to install ServicePulse separately. For more information, see <insert link here>", |
src/ServiceControl.Config/Commands/UpgradeServiceControlInstanceCommand.cs
Outdated
Show resolved
Hide resolved
src/ServiceControl.Config/Commands/UpgradeServiceControlInstanceCommand.cs
Outdated
Show resolved
Hide resolved
johnsimons
reviewed
Jan 29, 2026
src/ServiceControl.Config/Commands/UpgradeServiceControlInstanceCommand.cs
Outdated
Show resolved
Hide resolved
57176d8 to
29ef67b
Compare
3ded845 to
66ee7c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requires the output of Particular/ServicePulse#2786